home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / csdemocd.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-01-06  |  145 b   |  9 lines

  1. on enterFrame
  2.   unLoad()
  3.   updateStage()
  4.   repeat with x = 13 to 48
  5.     set the cursor of sprite x to 0
  6.   end repeat
  7.   preLoadCast(205, 206)
  8. end
  9.